Merged
Conversation
avdempsey
approved these changes
Jan 27, 2026
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/internetarchive/warcprox/compare/v2.11.0..master
This release improves status heartbeating by adding extra information about the state of current fetches. Previously, warcprox would only supply a start timestamp for the oldest fetch; this made it difficult to determine its precise state, and also meant it wasn't possible to tell if this was an active fetch or something in the postfetch chain. The status heartbeat now also contains additional details about the fetch if it's an actively open request, or information about where it's being processed in the postfetch chain if it's in postfetch. The exact shape of this new data may change in coming releases. (#256/#257 - @mistydemeo)
This release also contains a few internal changes that don't affect functionality.